Skip to main content

recordFormats

Type

function

Summary

Returns a list of available record formats

Syntax

the recordFormats
recordFormats()

Description

Use the recordFormats function to obtain a list of the supported recordFormat values for storing audio data after using the record sound command.

The recordFormat values are a codec or a codec/container pair delimited by a dash "-", for example, "pcm" or "pcm-wav".

The possible recordFormats depend on the system's capabilities.

Examples

put the recordFormats
-- RESULT
-- "lpcm"
-- "lpcm-wav"
-- "aac"
-- "aac-mp4"
-- "aac-m4a"
-- "aac-3gpp"

function: recordCompressionTypes

glossary: command, function

property: recordFormat

command: record sound

Compatibility and Support

Introduced

LiveCode 9.0

OS

mac

windows

ios

android

web

Platforms

desktop

server

Thank you for your feedback!

Was this page helpful?